CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman 解码

搜索资源列表

  1. Huffman解码编码

    0下载:
  2. 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67644
    • 提供者:yhl
  1. huffman code

    0下载:
  2. 哈夫曼编码是一种最优的前缀编码技术,然而其存在的不足却制约了它的直接应用。首先,其解码时间为O(lavg), 其中lavg为码字的平均长度;其次,更为最重要的是,解码器需要知道哈夫曼编码树的结构,因而编码器必须为解码器保存或传输哈夫曼编码树。
  3. 所属分类:Windows编程

    • 发布日期:2010-10-13
    • 文件大小:40960
    • 提供者:kine1314
  1. huffman.rar

    0下载:
  2. 哈弗曼编码的实现。VC工程,可以输出码表、字符统计频率、编码等报告。 并且可以解码!,Coding哈弗曼realized. VC works, you can output code table, character frequency statistics, coding reports. And can decode!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:36809
    • 提供者:范新华
  1. Huffman

    2下载:
  2. 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:51673
    • 提供者:章国艺
  1. Huffman

    0下载:
  2. 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3712330
    • 提供者:ft5272633
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印(Print):以直观的方式打印赫夫曼树。6、计
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1133568
    • 提供者:林佳
  1. huffman11

    0下载:
  2. 完成Huffman编解码的程序,并验证Huffman编码的无损性,读入图像格式为*.pic-Huffman completed codec procedures and verify that non-destructive Huffman coding, and read into the image format for the*. pic
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:101258
    • 提供者:张磊
  1. Huffman

    0下载:
  2. 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:334244
    • 提供者:lzel
  1. huffman

    0下载:
  2. 霍夫曼编码解码,自己的课程作业,有兴趣的可以参考-Huffman code decoding, operating their own programs, interested can refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:44679
    • 提供者:张晓东
  1. Huffman

    0下载:
  2. 本程序是第二带编码解码经典,huffman编码,实现编码解码-This procedure is the second classic band codec, huffman coding, to achieve codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:59962
    • 提供者:李靖
  1. Huffman

    1下载:
  2. 本程序中定义了霍夫曼类实现霍夫曼编码和解码,其中编码过程用递归实现。-This procedure is defined category Hoffman Hoffman achieve encoding and decoding, encoding one of the process of using recursive implementation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-08
    • 文件大小:14099
    • 提供者:张熠
  1. Huffman

    1下载:
  2. MATLAB编写的huffman编解码程序,程序中计算了压缩比。-MATLAB prepared huffman codec procedures, procedures to calculate the compression ratio.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3733
    • 提供者:胡婕
  1. huffman

    0下载:
  2. 哈弗曼程序,能够实现编码和解码,还能计算权重-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1242
    • 提供者:靳超
  1. huffman

    0下载:
  2. Huffman编解码完整代码,可支持文件读写。-Huffman coding and decoding. Both reading file and writing file are supported.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4898
    • 提供者:Yang
  1. huffman

    0下载:
  2. 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1923
    • 提供者:liugang
  1. huffman

    0下载:
  2. 对无记忆信源运用huffman编码,解码,计算信源熵和编码效率-Memory source to use for non-huffman encoding, decoding, computing source entropy and coding efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:18315
    • 提供者:zhaoyang
  1. Huffman

    0下载:
  2. 通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:968083
    • 提供者:许娜娜
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5965
    • 提供者:julia
  1. Huffman-Decoder-master

    0下载:
  2. 用verilog编写的huffman解码程序(huffman decoder verilog)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:张巨炮
  1. huffman

    0下载:
  2. 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小:445440
    • 提供者:Burylight
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com